const net/http.http2stateIdle

7 uses

	net/http (current package)
		h2_bundle.go#L3301: 	http2stateIdle http2streamState = iota
		h2_bundle.go#L3309: 	http2stateIdle:             "Idle",
		h2_bundle.go#L4342: 	return http2stateIdle, nil
		h2_bundle.go#L5197: 		if state == http2stateIdle {
		h2_bundle.go#L5228: 	if state == http2stateIdle {
		h2_bundle.go#L5245: 	if st.state == http2stateIdle || st.state == http2stateClosed {
		h2_bundle.go#L5383: 	if id == 0 || state == http2stateIdle {